Status Report 4/22/2010 Charles: 1) Still working on multiple file upload. Making progress but still have a lot left to do, spending many hours on trying to get it to work. "Add" button will add a file selected as well as having it all printed in a table, looks very ugly at the moment however. 2) Students are able to see their grades in the gradebook now. Still need to make it look cleaner. Pat: 1) Grade files are implemented using CSV files. This was much easier to work with than plain text files. First an assignment is selected and then a form is generated with the grades each student has for that assignment. The user is then able to edit the values in the form, and upod clicking submit, the grades are changed in the grade file. 2) Logging Implemented on TA side. Whenever an action is completed, such as creating an assignment or editing grades, it is logged in a log file. 3) Navigation to the TA pages is blocked unless proper credentials have been supplied. If an outside person tries to navigate to a TA page, their IP is logged. If a logged in student tries to navigate to a TA page, their userid and IP are logged. Stuff to complete Charles: 1) Multiple files is the biggest & also the hardest so much time will still be spent 2) Make the gradebook look cleaner Pat: 1) Need to add new column to the grade file when an assignment is created. 2) Need to implement TA ability to download files. 3) Logout functionality needs to be implemented.